From: Ralf Baechle Date: Mon, 15 May 2006 14:08:22 +0000 (+0100) Subject: [MIPS] Remove prototype for non-existing function. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~43875^2~39 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5deee2dbf495b2693629f7e8f846483432096278;p=linux-4.9.git [MIPS] Remove prototype for non-existing function. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index 9dca099ba16b..965cb4c4359d 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c @@ -413,7 +413,6 @@ out: return ret; } -extern void __init sanitize_tlb_entries(void); static void __init probe_tlb(unsigned long config) { struct cpuinfo_mips *c = ¤t_cpu_data;